If you want to explore the code in Eclipse, first clone the repository. Then run ```File -> Import -> Maven -> Existing Maven Projects``` and select the folder with your local clone of the repository.
* To run the server, create a Java launch configuration for the ```RiskManagementServerApplication``` Main-Class and specify ```server config.yml``` as arguments. You can then run the server.