Vamp-core is the brains of the whole Vamp system. It contains the REST API you send your requests to, it speaks to the underlying PaaS/Container Manager and ties together Vamp's other two services Vamp Router and Vamp Pulse
Clone this repo and use SBT to run it. You specificy your specific config file based on reference.conf and optionally your logback.xml file:
sbt -Dconfig.file=conf/application.conf -Dlogback.configurationFile=conf/logback.xml run