Lunch camunda when i run my java play application

hello guys ,
really i need your help ,
i have a java application in witch i used the framework play ,
i want to add the camunda engine into my java application to lanch the app when i run my project ,
i added camunda libraries in my build sbt file :

libraryDependencies ++= Seq(
  "org.postgresql" % "postgresql" % "9.3-1102-jdbc41",
  "org.camunda.bpm" % "camunda-bom" % "7.2.0",
  "org.camunda.bpm" % "camunda-engine" % "7.2.0")

then what can i do to run the application with my project?